home *** CD-ROM | disk | FTP | other *** search
- var §\x01§ = 182;
- while(true)
- {
- if(eval("\x01") != 182)
- {
- if(eval("\x01") == 386)
- {
- set("\x01",eval("\x01") + 603);
- §§pop()[§§pop()][§§constant(33)]();
- _loc1_[§§constant(30)]();
- §§pop()[§§pop()] = §§pop();
- _loc2_[§§constant(34)] = function()
- {
- this[§§constant(35)][§§constant(33)](1);
- this[§§constant(30)]();
- };
- _loc2_[§§constant(36)] = function()
- {
- this[§§constant(8)][§§constant(33)](1);
- delete this[§§constant(8)][§§constant(10)];
- this[§§constant(16)]();
- };
- _loc2_[§§constant(37)] = function()
- {
- this[§§constant(8)][§§constant(18)] = 20;
- };
- §§push(_loc2_);
- §§push(§§constant(38));
- }
- else
- {
- if(eval("\x01") == 962)
- {
- set("\x01",eval("\x01") - 323);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 113);
- }
- continue;
- }
- if(eval("\x01") != 409)
- {
- if(eval("\x01") == 45)
- {
- set("\x01",eval("\x01") + 682);
- §§push(§§pop() >>> (§§pop() instanceof §§pop()));
- break;
- }
- if(eval("\x01") == 694)
- {
- set("\x01",eval("\x01") - 285);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 504);
- }
- }
- else if(eval("\x01") == 727)
- {
- set("\x01",eval("\x01") + 235);
- §§push(true);
- }
- else if(eval("\x01") == 184)
- {
- set("\x01",eval("\x01") - 134);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 920);
- }
- }
- else if(eval("\x01") == 12)
- {
- set("\x01",eval("\x01") + 33);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 682);
- }
- }
- else if(eval("\x01") == 53)
- {
- set("\x01",eval("\x01") + 641);
- §§push(true);
- }
- else if(eval("\x01") == 970)
- {
- set("\x01",eval("\x01") - 958);
- §§push(true);
- }
- else
- {
- if(eval("\x01") == 50)
- {
- set("\x01",eval("\x01") + 920);
- §§push(§§pop()());
- break;
- }
- if(eval("\x01") == 929)
- {
- set("\x01",eval("\x01") - 876);
- break;
- }
- if(eval("\x01") == 639)
- {
- set("\x01",eval("\x01") + 113);
- prevFrame();
- break;
- }
- if(eval("\x01") == 752)
- {
- set("\x01",eval("\x01") - 435);
- if(!_global.clickx)
- {
- _global.clickx = new Object();
- }
- §§pop();
- if(!_global.clickx.ui)
- {
- _global.clickx.ui = new Object();
- }
- §§pop();
- if(!_global.clickx.ui.UIItemList)
- {
- clickx.ui.UIItemList extends MovieClip;
- var _loc2_ = clickx.ui.UIItemList = function()
- {
- super();
- }.prototype;
- _loc2_.renderItem = function(itemList, itemNumber, templateId)
- {
- this.attachMovie(templateId,"item" + itemNumber + "_mc",this.getNextHighestDepth());
- this["item" + itemNumber + "_mc"]._y = itemNumber * 20;
- this["item" + itemNumber + "_mc"].text_txt.text = itemList[itemNumber].text;
- this["item" + itemNumber + "_mc"]._id = itemList[itemNumber].id;
- this["item" + itemNumber + "_mc"].onPress = function()
- {
- this._parent._parent.selectItem(this._id);
- };
- clickx.util.ButtonUtil.makeFrame_R_O_Effect(this["item" + itemNumber + "_mc"],5);
- if(itemNumber < itemList.length - 1)
- {
- _global.setTimeout(this,"renderItem",40,itemList,itemNumber + 1,templateId);
- }
- };
- _loc2_.arrangeItems = function()
- {
- var _loc3_ = this.currentScroll * 20 * -1;
- var _loc2_ = 0;
- while(_loc2_ < this.numItems)
- {
- this["item" + _loc2_ + "_mc"]._y = _loc3_;
- _loc3_ += 20;
- _loc2_ = _loc2_ + 1;
- }
- };
- _loc2_.getScrollPos = function()
- {
- return this.currentScroll;
- };
- _loc2_.getMaxScroll = function()
- {
- return this.maxScroll;
- };
- _loc2_.clearList = function()
- {
- var _loc2_ = 0;
- while(_loc2_ < this.numItems)
- {
- if(this["item" + _loc2_ + "_mc"] != undefined)
- {
- this["item" + _loc2_ + "_mc"].removeMovieClip();
- }
- _loc2_ = _loc2_ + 1;
- }
- };
- _loc2_.fillList = function(itemList, delayBetweenItems, templateId)
- {
- this.clearList();
- this.numItems = itemList.length;
- if(this.numItems > 15)
- {
- this.maxScroll = this.numItems - 15;
- }
- else
- {
- this.maxScroll = 0;
- }
- this.currentScroll = 0;
- if(delayBetweenItems)
- {
- if(itemList.length > 0)
- {
- this.renderItem(itemList,0,templateId);
- }
- }
- else
- {
- var _loc2_ = 0;
- while(_loc2_ < itemList.length)
- {
- this.attachMovie(templateId,"item" + _loc2_ + "_mc",this.getNextHighestDepth());
- this["item" + _loc2_ + "_mc"]._y = _loc2_ * 20;
- var _loc3_ = itemList[_loc2_].text;
- var _loc6_ = undefined;
- _loc6_ = this["item" + _loc2_ + "_mc"].text_txt.getNewTextFormat();
- var _loc4_ = _loc6_.getTextExtent(_loc3_);
- var _loc5_ = false;
- while(_loc4_.textFieldWidth > 182)
- {
- _loc3_ = _loc3_.substr(0,_loc3_.length - 1);
- _loc4_ = _loc6_.getTextExtent(_loc3_ + "...");
- _loc5_ = true;
- }
- if(_loc5_)
- {
- _loc3_ += "...";
- }
- this["item" + _loc2_ + "_mc"].text_txt.text = _loc3_;
- this["item" + _loc2_ + "_mc"]._id = itemList[_loc2_].id;
- this["item" + _loc2_ + "_mc"].onPress = function()
- {
- this._parent._parent.selectItem(this._id);
- };
- clickx.util.ButtonUtil.makeFrame_R_O_Effect(this["item" + _loc2_ + "_mc"],5);
- _loc2_ = _loc2_ + 1;
- }
- }
- };
- _loc2_.scrollList = function(val)
- {
- if(this.currentScroll + val <= this.maxScroll && this.currentScroll + val >= 0)
- {
- this.currentScroll += val;
- this.arrangeItems();
- }
- };
- _loc2_.setScrollPos = function(val)
- {
- this.currentScroll = val;
- this.arrangeItems();
- };
- _loc2_.numItems = 0;
- _loc2_.maxScroll = 0;
- _loc2_.currentScroll = 0;
- §§push(ASSetPropFlags(clickx.ui.UIItemList.prototype,null,1));
- }
- §§pop();
- break;
- }
- if(eval("\x01") == 989)
- {
- set("\x01",eval("\x01") - 550);
- §§push(true);
- }
- else if(eval("\x01") == 913)
- {
- set("\x01",eval("\x01") - 729);
- §§push(true);
- }
- else if(eval("\x01") == 567)
- {
- set("\x01",eval("\x01") + 362);
- if(§§pop())
- {
- set("\x01",eval("\x01") - 876);
- }
- }
- else if(eval("\x01") == 882)
- {
- set("\x01",eval("\x01") - 315);
- §§push(true);
- }
- else
- {
- if(eval("\x01") == 99)
- {
- set("\x01",eval("\x01") + 783);
- break;
- }
- if(eval("\x01") == 439)
- {
- set("\x01",eval("\x01") - 340);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 783);
- }
- }
- else
- {
- if(eval("\x01") != 219)
- {
- break;
- }
- set("\x01",eval("\x01") + 167);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 603);
- }
- }
- }
- }
- continue;
- }
- set("\x01",eval("\x01") + 504);
- §§pop()[§§pop()] = §§pop()[§§pop() < §§pop()]();
- }
- §§pop()[§§pop()] = §§pop();
- §§constant(45)(eval(§§constant(1))[§§constant(3)][§§constant(4)][§§constant(6)],null,1);
- break;
- }
- set("\x01",eval("\x01") + 37);
- §§push(true);
- }
-